projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a72fdab
)
Added GSEAL to GtkAlignment.
author
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 10:56:50 +0000
(10:56 +0000)
committer
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 10:56:50 +0000
(10:56 +0000)
* gtk/gtkalignment.h: Seal the object data with GSEAL.
svn path=/trunk/; revision=20479
gtk/gtkalignment.h
patch
|
blob
|
history
diff --git
a/gtk/gtkalignment.h
b/gtk/gtkalignment.h
index d595c4319aa48ec8a8b52c6d397fa0078a59c7df..0c34b4ca95e5c1e47b909f0f9fede97fbcd30e96 100644
(file)
--- a/
gtk/gtkalignment.h
+++ b/
gtk/gtkalignment.h
@@
-54,10
+54,10
@@
struct _GtkAlignment
{
GtkBin bin;
- gfloat
xalign
;
- gfloat
yalign
;
- gfloat
xscale
;
- gfloat
yscale
;
+ gfloat
GSEAL(xalign)
;
+ gfloat
GSEAL(yalign)
;
+ gfloat
GSEAL(xscale)
;
+ gfloat
GSEAL(yscale)
;
};
struct _GtkAlignmentClass